d_mruby ~master (2022-05-11T02:40:02.2548728)
Dub
Repo
mrb_shared_array
mruby
array
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
mrb_shared_array {
int
refcnt
;
mrb_int
len
;
mrb_value
*
ptr
;
}
Members
Variables
len
mrb_int
len
;
Undocumented in source.
ptr
mrb_value
*
ptr
;
Undocumented in source.
refcnt
int
refcnt
;
Undocumented in source.
Meta
Source
See Implementation
mruby
array
functions
mrb_ary_clear
mrb_ary_concat
mrb_ary_decref
mrb_ary_entry
mrb_ary_join
mrb_ary_len
mrb_ary_modify
mrb_ary_new
mrb_ary_new_capa
mrb_ary_new_from_values
mrb_ary_pop
mrb_ary_push
mrb_ary_ref
mrb_ary_replace
mrb_ary_resize
mrb_ary_set
mrb_ary_shift
mrb_ary_splat
mrb_ary_unshift
mrb_assoc_new
mrb_check_array_type
structs
RArray
mrb_shared_array